home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / tobby_ur.swf / scripts / DefineButton2_252 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2010-11-09  |  114 b   |  7 lines

  1. on(press){
  2.    Mouse.hide();
  3.    _root.gPlayFlg = true;
  4.    _root.startTime = getTimer();
  5.    this._y = 1000;
  6. }
  7.